home *** CD-ROM | disk | FTP | other *** search
- Path: acs1.acs.ucalgary.ca!cmjohann
- From: cmjohann@acs1.acs.ucalgary.ca (Corby Michael Johanneson)
- Newsgroups: comp.lang.c++
- Subject: C++ Code delays - help!
- Date: 19 Jan 1996 22:08:34 GMT
- Organization: The University of Calgary
- Message-ID: <4dp4p2$10ac@ds2.acs.ucalgary.ca>
- NNTP-Posting-Host: cmjohann@acs1.acs.ucalgary.ca
- X-Newsreader: TIN [version 1.2 PL2]
-
- I've been wondering how I might be able to insert
- execution delays into my C++ code that are less than 1 second.
- Borland's sleep() function doesn't take real numbers, only
- unsigned integers, and I'm not to keen on using for loops with
- giant values while processing useless operations (like y++ then
- y--). So, can anyone tell me how I might achieve this?
-
- Corby Johanneson
- cmjohann@acs.ucalgary.ca
-
-
-